|
Eclipse Platform Pre-release 3.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MoveSourceEdit | |
org.eclipse.text.edits |
Uses of MoveSourceEdit in org.eclipse.text.edits |
Methods in org.eclipse.text.edits that return MoveSourceEdit | |
MoveSourceEdit |
MoveTargetEdit.getSourceEdit()
Returns the associated source edit or null
if no source edit is associated yet. |
Methods in org.eclipse.text.edits with parameters of type MoveSourceEdit | |
boolean |
TextEditVisitor.visit(MoveSourceEdit edit)
Visists a MoveSourceEdit instance. |
void |
MoveTargetEdit.setSourceEdit(MoveSourceEdit edit)
Sets the source edit. |
Constructors in org.eclipse.text.edits with parameters of type MoveSourceEdit | |
MoveTargetEdit(int offset,
MoveSourceEdit source)
Constructs an new move target edit |
|
Eclipse Platform Pre-release 3.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |